home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection
-
- on GoOn
- stopSound2()
- case gSection of
- #intro:
- go1()
- 1:
- go2()
- 2:
- go3()
- 3:
- go4()
- 4:
- go5()
- 5:
- go6()
- 6:
- go7()
- 7:
- leaveThisMovie()
- end case
- end
-
- on goBack
- stopSound2()
- case gSection of
- 1:
- goIntro()
- 2:
- go1()
- 3:
- go2()
- 4:
- go3()
- 5:
- go4()
- 6:
- go5()
- 7:
- go6()
- end case
- end
-
- on leaveThisMovie
- if iAmActivated(gMasterData) then
- getPrintData()
- end if
- stopSound2()
- cursor(4)
- go(1, "Menu2")
- end
-
- on notePadButton
- DoNotepad()
- end
-
- on continueNext
- stopSound2()
- go(the frame + 1)
- end
-